home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / xxxx_it.lzh / XXXX_IT.TXT < prev   
Encoding:
Text File  |  1992-10-29  |  4.9 KB  |  145 lines

  1. MINT_IT/MAC_IT v1.1
  2.  
  3. ... some slight bugfixing by Karl Anders Ã˜ygard
  4.  
  5. XXXX_IT  didn't  behave  properly when  another  drive  than  the 
  6. bootdrive was specified,  so I added support for this.
  7.  
  8. Furthermore I made it switch to medium resolution if the computer 
  9. is  booted  up in low resolution.  Having MiNT running  in  a  40 
  10. columns environment isn't too great...
  11.  
  12. Apart from this I optimised the code a bit,  made the config file 
  13. reading  a  bit more foolproof and crammed the programs  down  to 
  14. about half the original size... ;-)
  15.  
  16. Email: Karl Anders Oygard <karleoy@aahs.no>
  17.  
  18. -----------------------------------------------------------------
  19.  
  20. Mac_it/Mint_it v1.0   (hereafter refered to as xxxx_it)
  21.  
  22. by Worried Owl Freeware Inc.
  23.  
  24. Documentation
  25. -------------
  26.  
  27. Copying
  28. -------
  29. These  programs  are  supplied under the same terms  as  the  GNU 
  30. software, (see GNU General Public License latest version, This is 
  31. fairly  freely  available,  so I'm not going to  waste  space  by 
  32. posting it) i.e.  they are free, as is the source code, feel free 
  33. to  modify  the code if you wish,  you cannot  charge  for  these 
  34. programs,  and  most  importantly  these programs  come  with  NO 
  35. WARRANTY & NO GUARANTEE.
  36.  
  37. Quick Info
  38. ----------
  39.  
  40. These  programs is for users of MiNT & Spectre mainly.  They  are 
  41. really for hard drive users only,  I can't see floppy only  users 
  42. having much use for them.
  43.  
  44. XXXX_IT  allows  users of MiNT,  to keep MiNT & it's shell  in  a 
  45. directory,  rather  than having to keep them in the auto  folder, 
  46. and  still be able to boot straight into MiNT,  rather  than  the 
  47. desktop,  simply by pressing a key during boot up, if this key is 
  48. not pressed, boot up continues as normal with absolutely no delay 
  49. at all. (MINT_IT.PRG & MINT_IT.CNF)
  50.  
  51. The same is also true of Spectre 128/GCR except using  MAC_IT.PRG 
  52. & MAC_IT.CNF
  53.  
  54.  
  55.  
  56. Description
  57. -----------
  58. XXXX_it  is an auto folder program designed for use by hard  disc 
  59. owners  who  use  Spectre 128/GCR or MiNT although  it  could  be 
  60. modified  to work with any program (see restrictions  in  Various 
  61. Bits below).  It looks for a file called XXXX_IT.CNF in the  root 
  62. directory  of  the boot drive.  The name of this  file  and  it's 
  63. location could be changed by altering the source code.
  64.  
  65. The file XXXX_IT.CNF must be of the following format,
  66.  
  67. PATH<CR>
  68. NAME<CR>
  69.  
  70. where  name  is  the  name of the  program  to  be  run,  usually 
  71. LAUNCH.PRG, or MINT.PRG, and path is the path to the file.
  72.  
  73. I.e.  to  execute  C:\SPECTRE\LAUNCH.PRG the  configuration  file 
  74. would look like,
  75.  
  76. c:\spectre\
  77. launch.prg
  78.  
  79. XXXX_it  also  sets the palette to the  correct  colours,  before 
  80. calling the program launch program.  This is important when using 
  81. Spectre,  as the Mac screen look weird in reverse video. However, 
  82. this could be changed by editing the source code,  as some people 
  83. may want their MiNT shell to run in reverse video colours.
  84.  
  85. Installing XXXX_IT
  86. ------------------
  87.  
  88. * If you are using mac_it, then:
  89.  
  90. Place  mac_it first in order in your auto folder,  configure  the 
  91. mac_it.cnf  file  as  described above and place it  in  the  root 
  92. directory of the boot up drive.  When you boot up your system, if 
  93. you  want to boot into Spectre,  press the 's' (for Spectre)  key 
  94. once as your system boots up (just as the hard disc driver is run 
  95. is a good time).  If, however you just want to boot as normal (ie 
  96. to  the  desktop),  do  nothing and your computer  will  boot  as 
  97. normal.
  98.  
  99. The  reason for putting Mac_it first in your auto folder is  that 
  100. when  Spectre  runs it kicks everything else out  of  memory,  so 
  101. there  is no point in loading in programs such as GDOS  from  the 
  102. auto folder if they are not going to be used anyway. However, you 
  103. may need to put programs such as ICDTIME.PRG before mac_it.prg if 
  104. you  want the time to be correct in spectre.  There may be  other 
  105. programs to which this applies,  but this will depend on  indivi-
  106. duals hardware setups.
  107.  
  108. * If you are using mint_it, then:
  109.  
  110. Place mint_it after any other auto folder programs which may need 
  111. to be run before MiNT,  such as poolfix,  clock setting  programs 
  112. etc.
  113.  
  114. As with mac_it,  when the system is booting and you want to  boot 
  115. into MiNT,  rather than GEM, press 'm' as the hard disc boots (as 
  116. above).
  117.  
  118.  
  119. Various Bits
  120. ------------
  121.  
  122. The  programs  described above could be modified to  always  boot 
  123. into Spectre/MiNT,  unless a key is pressed or modified for other 
  124. programs.  Due to the nature of these programs ie they run things 
  125. before GEM is out of it's bed,  they can only be used for TOS  or 
  126. other programs that do not use GEM.
  127.  
  128. Possible changes :
  129. look for config file elsewhere,
  130. use different key,
  131. run other program.....
  132.  
  133. Feel  free to modify this program in any way you  like,  if  it's 
  134. good, sent me a copy.
  135.  
  136.  
  137. Sean Gordon
  138. Worried Owl Freeware Inc.
  139. Edinburgh
  140. Scotland
  141. 12/04/91.
  142.  
  143. Email - sean@uk.ac.hw.cs
  144.  
  145.